home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / skin / classic / about.css next >
Cascading Style Sheet File  |  2009-12-01  |  455b  |  20 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. /************************************************************************************************/
  4. /* Firebug About Dialog Overlay */
  5.  
  6. #translatorsBox,
  7. #contributorsBox {
  8.     height: 150px !important;
  9.     overflow: auto;
  10.     border: 2px rgb(192, 192, 192) solid;
  11.     padding: 5px;
  12. }
  13.  
  14. #extensionTranslators,
  15. #extensionContributors,
  16. #extensionDevelopers,
  17. #extensionCreatorLabel {
  18.     border-top: none !important;
  19. }
  20.